projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0bd245
)
Set BUILD_TYPE and INSTALL_DIR before calling make;
author
Richard M. Stallman
<rms@gnu.org>
Mon, 13 May 1996 18:28:09 +0000
(18:28 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 13 May 1996 18:28:09 +0000
(18:28 +0000)
undo settings afterwards.
nt/install.bat
patch
|
blob
|
history
diff --git
a/nt/install.bat
b/nt/install.bat
index 6a8b4deee4c79b9e81a7c83c4288c0b075dddff0..d506efe9d2f96b8e7817291ce823d363b557d863 100755
(executable)
--- a/
nt/install.bat
+++ b/
nt/install.bat
@@
-1,6
+1,7
@@
-nmake -f makefile.nt install
\r
@echo off
if (%1) == (speed) set BUILD_TYPE=spd
if (%1) == (speed) shift
if not (%1) == () set INSTALL_DIR=%1
-@if not (%1) == () set INSTALL_DIR=%1
+nmake -f makefile.nt install
+set INSTALL_DIR=
+set BUILD_TYPE=